home *** CD-ROM | disk | FTP | other *** search
/ New Star Software Collection / NSS_Collection.iso / 3-290 ms dos 5 arabic support / 2.ima / MONO.IN_ / MONO.IN
Text File  |  1991-11-11  |  11KB  |  319 lines

  1. MONO.INI
  2. ****************  WARNING  ********************
  3. This file may contain lines with more than 256
  4. characters. Some editors will truncate or split
  5. these lines. If you are not sure whether your
  6. editor can handle long lines, exit now without
  7. saving the file.
  8.  
  9. Note: The editor which is invoked by the
  10.       MS-DOS 5.0 EDIT command can be used
  11.       to edit this file.
  12. ****************  NOTE  ***********************
  13. Everything up to the first left square bracket
  14. character is considered a comment.
  15. ***********************************************
  16. [savestate]
  17. screenmode = text
  18. resolution = low
  19. startup = filemanager
  20. filemanagermode = shared
  21. sortkey = name
  22. pause = disabled
  23. explicitselection = disabled
  24. swapmouse = disabled
  25. tasklist = disabled
  26. switching = disabled
  27. [programstarter]
  28. currentcolor = Monochrome-2 Colors
  29. filemanager = enabled
  30. command = enabled
  31. group = 
  32. {
  33.     program = 
  34.     {
  35.         command = COMMAND
  36.         title = Command Prompt
  37.         help = Starts the MS-DOS command prompt where you can type any MS-DOS command.^m^mTo return to MS-DOS Shell from the command line:^m^m1. Type exit^m2. Press ENTER.^m^mRelated Topic^m   " More on Command Prompt "~$129~
  38.         pause = disabled
  39.     }
  40.     program = 
  41.     {
  42.         command = EDIT %1
  43.         title = Editor
  44.         help = Starts MS-DOS Editor, a text editor you can use to create and modify text files. After you choose Editor, you can specify the file you want to work with in a dialog box.^m^mRelated Topic^m   " More on Editor "~$130~
  45.         pause = disabled
  46.         dialog = 
  47.         {
  48.             title = File to Edit
  49.             info = Enter the name of the file to edit. To start MS-DOS Editor without opening a file, press ENTER.
  50.             prompt = File to edit?
  51.             parameter = %1
  52.         }
  53.     }
  54.     program = 
  55.     {
  56.         command = QBASIC %1
  57.         title = MS-DOS QBasic
  58.         help = Starts MS-DOS QBasic, a programming environment you can use to create, modify, run, and debug programs. After you choose MS-DOS QBasic, you can specify the file you want to work with in a dialog box.^m^mRelated Topic^m   " More on MS-DOS QBasic "~$131~
  59.         pause = disabled
  60.         dialog = 
  61.         {
  62.             title = MS-DOS QBasic File
  63.             info = Enter the name of a QBasic program. To start without opening a program, press ENTER.
  64.             prompt = QBasic File?
  65.             parameter = %1
  66.         }
  67.     }
  68.     group = 
  69.     {
  70.         title = Disk Utilities
  71.         help = Displays program items you can choose to manage your disks. You can also choose to open the Main group or any group you may have added.
  72.         program = 
  73.         {
  74.             command = diskcopy %1
  75.             title = Disk Copy
  76.             pause = enabled
  77.             dialog = 
  78.             {
  79.                 title = Disk Copy
  80.                 info = Enter the source and destination drives.
  81.                 prompt = Parameters . . .
  82.                 default = a: b:
  83.                 parameter = %1
  84.             }
  85.                 help = Temporarily leaves MS-DOS Shell to copy the contents of a floppy disk to another floppy disk. After you choose Disk Copy, a dialog box suggests parameters and switches you can either accept or replace.^m^mRelated Topic^m   " More on Disk Copy "~$13
  86.        }
  87.         program = 
  88.         {
  89.             command = backup %1
  90.             title = Backup Fixed Disk
  91.             pause = enabled
  92.             dialog = 
  93.             {
  94.                 title = Backup Fixed Disk
  95.                 info = Enter the source and destination drives.
  96.                 prompt = Parameters . . .
  97.                 default = c:\*.* a: /s
  98.                 parameter = %1
  99.             }
  100.                 help = Temporarily leaves MS-DOS Shell to copy files from one disk to another. After you choose Backup Fixed Disk, a dialog box suggests parameters and switches you can either accept or replace.^m^mRelated Topic^m   " More on Backup Fixed Disk "~$133~
  101.         }
  102.         program = 
  103.         {
  104.             command = restore %1
  105.             title = Restore Fixed Disk
  106.             pause = enabled
  107.             dialog = 
  108.             {
  109.                 title = Restore Fixed Disk
  110.                 info = Enter the source and destination drives.
  111.                 prompt = Parameters . . .
  112.                 parameter = %1
  113.             }
  114.              help = Temporarily leaves MS-DOS Shell to restore files that were backed up. After you choose Restore Fixed Disk, a dialog box suggests parameters and switches you can either accept or replace.^m^mRelated Topic^m   " More on Restore Fixed Disk "~$134~
  115.         }
  116.         program = 
  117.         {
  118.             command = format %1 /q
  119.             title = Quick Format
  120.             pause = enabled
  121.             dialog = 
  122.             {
  123.                 title = Quick Format
  124.                 info = Enter the drive to quick format.
  125.                 prompt = Parameters . . .
  126.                 default = a:
  127.                 parameter = %1
  128.             }
  129.             help = Temporarily leaves MS-DOS Shell to prepare a disk to accept MS-DOS files. After you choose Quick Format, a dialog box suggests parameters and switches you can either accept or replace.^m^mRelated Topic^m   " More on Quick Format "~$136~
  130.             screenmode = text
  131.             alttab = enabled
  132.             altesc = enabled
  133.             ctrlesc = enabled
  134.             prevent = enabled
  135.         }
  136.         program = 
  137.         {
  138.             command = format %1
  139.             title = Format
  140.             pause = enabled
  141.             dialog = 
  142.             {
  143.                 title = Format
  144.                 info = Enter the drive to format.
  145.                 prompt = Parameters . . .
  146.                 default = a:
  147.                 parameter = %1
  148.             }
  149.             help = Temporarily leaves MS-DOS Shell to prepare a disk to accept MS-DOS files. After you choose Format, a dialog box suggests parameters and switches you can either accept or replace.^m^mRelated Topic^m   " More on Format "~$135~
  150.         }
  151.         program = 
  152.         {
  153.             command = undelete %1
  154.             title = Undelete
  155.             help = Recovers deleted files.^m^mWARNING: If your disk is full or if you are using task swapping, using this program item may render some deleted files unrecoverable.^m^mRelated Procedure^m   " Restoring Deleted Files "~I155~
  156.             pause = enabled
  157.             dialog = 
  158.             {
  159.                 title = Undelete
  160.                 info = WARNING! This action may cause the permanent loss of some deleted files.  Press F1 for more information.
  161.                 prompt = Parameters . . .
  162.                 default = /LIST
  163.                 parameter = %1
  164.             }
  165.             screenmode = text
  166.             alttab = enabled
  167.             altesc = enabled
  168.             ctrlesc = enabled
  169.             prevent = enabled
  170.         }
  171.     }
  172. }
  173.  
  174. color = 
  175. {
  176.     selection =
  177.     {
  178.         title = Monochrome-2 Colors
  179.         foreground = 
  180.         {
  181.             base = black
  182.             highlight = white
  183.             selection = white
  184.             alert = black
  185.             menubar = black
  186.             menu = black
  187.             disabled = white
  188.             accelerator = white
  189.             dialog = black
  190.             button = white
  191.             elevator = black
  192.             titlebar = white
  193.             scrollbar = white
  194.             borders = black
  195.             drivebox = black
  196.             driveicon = black
  197.         }
  198.         background = 
  199.         {
  200.             base = white
  201.             highlight = black
  202.             selection = black
  203.             alert = white
  204.             menubar = white
  205.             menu = white
  206.             disabled = white
  207.             accelerator = black
  208.             dialog = white
  209.             button = black
  210.             elevator = white
  211.             titlebar = black
  212.             scrollbar = black
  213.             borders = black
  214.             drivebox = white
  215.             driveicon = white
  216.         }
  217.     }
  218.     selection = 
  219.     {
  220.         title = Monochrome-4 Colors
  221.         foreground = 
  222.         {
  223.             base = black
  224.             highlight = brightwhite
  225.             selection = brightwhite
  226.             alert = black
  227.             menubar = black
  228.             menu = black
  229.             disabled = white
  230.             accelerator = brightwhite
  231.             dialog = black
  232.             button = black
  233.             elevator = white
  234.             titlebar = black
  235.             scrollbar = brightwhite
  236.             borders = black
  237.             drivebox = black
  238.             driveicon = black
  239.             cursor = black
  240.         }
  241.         background = 
  242.         {
  243.             base = brightwhite
  244.             highlight = brightblack
  245.             selection = brightblack
  246.             alert = brightwhite
  247.             menubar = brightwhite
  248.             menu = white
  249.             disabled = white
  250.             accelerator = brightblack
  251.             dialog = brightwhite
  252.             button = white
  253.             elevator = white
  254.             titlebar = white
  255.             scrollbar = black
  256.             borders = black
  257.             drivebox = brightwhite
  258.             driveicon = brightwhite
  259.             cursor = black
  260.         }
  261.     }
  262.     selection = 
  263.     {
  264.         title = Reverse
  265.         foreground = 
  266.         {
  267.             base = white
  268.             highlight = black
  269.             selection = black
  270.             alert = white
  271.             menubar = white
  272.             menu = white
  273.             disabled = black
  274.             accelerator = black
  275.             dialog = white
  276.             button = black
  277.             elevator = white
  278.             titlebar = black
  279.             scrollbar = black
  280.             borders = white
  281.             drivebox = white
  282.             driveicon = white
  283.         }
  284.         background = 
  285.         {
  286.             base = black
  287.             highlight = white
  288.             selection = white
  289.             alert = black
  290.             menubar = black
  291.             menu = black
  292.             disabled = black
  293.             accelerator = white
  294.             dialog = black
  295.             button = white
  296.             elevator = black
  297.             titlebar = white
  298.             scrollbar = white
  299.             borders = black
  300.             drivebox = black
  301.             driveicon = black
  302.         }
  303.     }
  304. }
  305.  
  306. associations = 
  307. {
  308.     association = 
  309.     {
  310.         program = EDIT
  311.         extension = TXT
  312.     }
  313.     association = 
  314.     {
  315.         program = QBASIC /run 
  316.         extension = BAS
  317.     }
  318. }
  319.